* font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2013 18:05:53 +0000 (10:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2013 18:05:53 +0000 (10:05 -0800)
commitecbf37f6035177e623b9f3ec1864e55838396ae2
treefd6ffce701d6168ba94b63ed0c34fe5ccdbf2eb7
parent7cff87f520d42e58d6fa344d0cd32095797a812d
* font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.

This prevents a compilation error on C compilers that do not
default functions to return 'int' if not declared.  Also, add
INLINE_HEADER_BEGIN and INLINE_HEADER_END to this include file,
since it now uses inline functions.
src/ChangeLog
src/font.h